projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4f52b
)
arm64: zynqmp: Add spi-flash compatible string to flash node
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Tue, 19 Mar 2019 06:20:49 +0000
(11:50 +0530)
committer
Michal Simek
<
[email protected]
>
Tue, 16 Apr 2019 09:51:34 +0000
(11:51 +0200)
spi-flash compatible string is needed for reading tx and rx bus
widths, hence add this compatible string to flash node.
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
arch/arm/dts/zynqmp-mini-qspi.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-mini-qspi.dts
b/arch/arm/dts/zynqmp-mini-qspi.dts
index c235a5f731d992a8be2816ba8ef4a6620a965622..49e8a42f6bfc3e5e940c058a793420c44107f97e 100644
(file)
--- a/
arch/arm/dts/zynqmp-mini-qspi.dts
+++ b/
arch/arm/dts/zynqmp-mini-qspi.dts
@@
-64,7
+64,7
@@
&qspi {
status = "okay";
flash@0 {
- compatible = "n25q512a11";
+ compatible = "n25q512a11"
, "spi-flash"
;
#address-cells = <1>;
#size-cells = <1>;
reg = <0x0>;